SyBatchRegulatory 
Logical Entity Name  SyBatchRegulatory 
Default Table Name  SyBatchRegulatory 
Physical Only  NO 
Definition 
 
Note 
 

SyBatchRegulatory Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyBatchRegulatoryID(PK)    int  NO 
 
JobID    nvarchar(40)  YES 
 
JobName    nvarchar(200)  YES 
 
JobDescrip    nvarchar(200)  YES 
 
ExtImpType    char(10)  YES 
 
JobStartedTime    datetime  YES 
 
JobCompletedTime    datetime  YES 
 
JobStatus    varchar(30)  YES 
 
OPEID    char(8)  YES 
 
ImportFileName    nvarchar(200)  YES 
 
CampusEdePath    nvarchar(260)  YES 
 
SystemEdePath    nvarchar(260)  YES 
 
FaBatchExpImpID(FK)    int  YES 
 
SyCampusID(FK)    int  YES 
 
AwardYear    char(7)  YES 
 
IsUpdateNow    bit  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
UserId(FK)    int  NO 
 
ts    timestamp  NO 
 
DurationInMs    bigint  YES 
 
ParameterList    nvarchar(max)  YES 
 

SyBatchRegulatory Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyBatchRegulatory_SyBatchRegulatoryID  PrimaryKey  SyBatchRegulatoryID 

SyBatchRegulatory Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
FaBatchExpImp  Non-Identifying  Zero or One to Zero or More  FK_SyBatchRegulatoryFaBatchExpImpId_FaBatchExpImp_FaBatchExpImpId      FaBatchExpImpID  NO  YES 
SyCampus  Non-Identifying  Zero or One to Zero or More  FK_SyBatchRegulatorySyCampusId_SyCampus_SyCampusId      SyCampusID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SyBatchRegulatoryUserId_SyStaff_SyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
FaCHExportBatchProgVerList  Non-Identifying  One To Zero or More  FK_FaCHExportBatchProgVerList_SyBatchRegulatoryId_SyBatchRegulatory_SyBatchRegulatoryId        NO  YES 

SyBatchRegulatory Check Constraints 
Check Constraint Name  CheckConstraint